home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19960715-19961006 / 000175_news@columbia.edu _Mon Aug 12 14:25:12 1996.msg < prev    next >
Internet Message Format  |  1996-11-03  |  5KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id OAA19146 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 12 Aug 1996 14:25:11 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id OAA20501 for kermit.misc@watsun; Mon, 12 Aug 1996 14:25:10 -0400 (EDT)
  4. Path: news.columbia.edu!panix!news.sprintlink.net!news-dc-5.sprintlink.net!news.sprintlink.net!news-dc-2.sprintlink.net!news.voicenet.com!news2.noc.netcom.net!noc.netcom.net!netcom.net.uk!tank.news.pipex.net!pipex!news.be.innet.net!INbe.net!news.nl.innet.net!INnl.net!hunter.premier.net!news.cais.net!newshub.sdsu.edu!newsfeeder.sdsu.edu!news.sgi.com!swrinde!cssun.mathcs.emory.edu!cs.utk.edu!utk.edu!utkux4!sad
  5. From: sad@utkux.utcc.utk.edu (Deutscher)
  6. Newsgroups: comp.protocols.kermit.misc,comp.os.os2.comm
  7. Subject: Re: Telnet between OS/2 machines using C-Kermit problem.
  8. Followup-To: comp.protocols.kermit.misc,comp.os.os2.comm
  9. Date: 12 Aug 1996 16:31:18 GMT
  10. Organization: University of Tennessee
  11. Lines: 73
  12. Message-ID: <4unm8m$2on@gaia.ns.utk.edu>
  13. References: <4tr701$jb8@gaia.ns.utk.edu> <4u52ol$sh@gaia.ns.utk.edu> <4u649g$eo8@apakabar.cc.columbia.edu> <4uaomh$f3b@gaia.ns.utk.edu> <4ubcu8$pj@apakabar.cc.columbia.edu>
  14. Reply-To: sad@utk.edu
  15. NNTP-Posting-Host: utkux4.utcc.utk.edu
  16. X-Newsreader: TIN [version 1.2 PL2]
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:5745 comp.os.os2.comm:8760
  18.  
  19. Jeffrey Altman (jaltman@watsun.cc.columbia.edu) wrote:
  20. : In article <4uaomh$f3b@gaia.ns.utk.edu>,
  21. : Deutscher <sad@utkux.utcc.utk.edu> wrote:
  22. : : Now, this is the critical step:
  23. : : 
  24. : : I now know that the keybard left arrow sends a \27[D and such.
  25. : : But how do I make the telnetd accept that. Did you ever try to
  26. : : telnet into an OS/2 machine from an os/2 machine using either the IBM
  27. : : telnet (which for some odd reason works) and the C-Kermit telnet
  28. : : (which chokes on these keys)?
  29. : : 
  30. : : Is there some sort of ANSI terminal missing? (Eventhough, when telnetting
  31. : : into a fresh OS/2 Connect system, the terminal it reports is vt100).
  32.  
  33. : What terminal type are you using when you telnet in with IBM telnet?
  34.  
  35. Any. That means, normally I have my TERM environment variable set to
  36. either SOS3 or ansi_keep_attrib (which are handcrafted entries in my
  37. termcap.dat file, as needed for the vi clone elvis and for less and for
  38. man to do what I want), but even when I unset the TERM environment variable
  39. it still works with the IBM telnet.
  40.  
  41. Once I am in I get in the telnet session a vt100 reported, and if I unset
  42. this one it still works.
  43.  
  44. : What terminal type are you using when you use C-Kermit?
  45.  
  46. vt220. I just switched it to vt100, and here came a surprise: At least
  47. the uparrow causes the last command to be repeated _exactly one time_,
  48. after that, it just shows the ESCAPE sequence that the uparrow sends.
  49.  
  50. so:
  51.   dir <ENTER>  .. does what it should do
  52.   <up_arrow>   .. brings up dir again
  53.   <ENTER>      .. invokes dir again
  54.   <up_arrow>   .. shows only [A
  55.  
  56.  
  57. Command line editing (leftarrow ...) and OS/2 cmd history completion
  58. (start to type something and then hit F1) still won't work -- just the
  59. escape sequence shows up.
  60. I am telnetting into my own machine now, so no network problems are
  61. involved.
  62.  
  63.  
  64. : After you telnet in with IBM Telnet, what is the TERM environment variable 
  65. : set to ?
  66.  
  67. As mentioned above: vt100, but it doesn't seem to matter.
  68.  
  69.  
  70. : Have you tried setting the Kermit terminal type to ANSI?
  71.  
  72. Yes. Apart form the screen background going black not much change;
  73. the arrow keys still send escape sequences, but the first escape ([)
  74. does not show anymore, only the letter after that.
  75.  
  76. (e.g: in vt100 <- displays [D, in ANSI it diaplays only D.)
  77.  
  78.  
  79. Cheers!   Stefan
  80.  
  81.  
  82. PS: Let me know if you wish to take this to email, it may be a bit too
  83.     specific for a news group by now?
  84.  
  85. ==========================================================================
  86. Stefan A. Deutscher, sad@utk.edu, (001)-423-[522-7845|974-7838|574-5897]
  87.                                              home^    UTK^     ORNL^
  88. ==========================================================================
  89. If there is software you'd like to have in a native version, visit the:
  90. OS/2 E-mail Campaign Page http://www.andrews.edu/~boyko/email.html
  91. --------------------------------------------------------------------------